home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / braveheart / data1.cab / Script_Files_(Common) / data / AIWalledKeep.txt < prev    next >
Text File  |  1999-05-16  |  1KB  |  40 lines

  1. // Tartan Army Script (C) 1998 Red Lemon Studios Ltd.
  2.  
  3.     BeginStronghold("Walled Keep");
  4.  
  5.     Protects(1);
  6.  
  7.     Uses(0, 0, "Corner Bartizan", North);
  8.     Uses(1, 0, "Wall Standard", North);
  9.     Uses(2, 0, "Gatehouse Left", North);
  10.     Uses(3, 0, "Gatehouse Centre", North);
  11.     Uses(4, 0, "Gatehouse Right", North);
  12.     Uses(5, 0, "Wall Standard", North);
  13.     Uses(6, 0, "Corner Bartizan", East);
  14.     Uses(0, 1, "Wall Standard", West);
  15.     Uses(6, 1, "Wall Standard", East);
  16.     Uses(0, 2, "Wall Bartizan", West);
  17.     Uses(6, 2, "Wall Bartizan", East);
  18.     Uses(0, 3, "Wall Standard", West);
  19.     Uses(6, 3, "Wall Standard", East);
  20.     Uses(0, 4, "Wall Standard", West);
  21.     Uses(6, 4, "Wall Standard", East);
  22.     Uses(0, 5, "Wall Bartizan", West);
  23.     Uses(6, 5, "Wall Bartizan", East);
  24.     Uses(0, 6, "Wall Standard", West);
  25.     Uses(6, 6, "Wall Standard", East);
  26.     Uses(0, 7, "Corner Bartizan", West);
  27.     Uses(1, 7, "Wall Standard", South);
  28.     Uses(2, 7, "Wall Standard", South);
  29.     Uses(3, 7, "Wall Turret", South);
  30.     Uses(4, 7, "Wall Standard", South);
  31.     Uses(5, 7, "Wall Standard", South);
  32.     Uses(6, 7, "Corner Bartizan", South);
  33.     
  34.     NewGroup();
  35. //    Uses(3, 3, "Keep 2", North);
  36.  
  37.     Ring(0,0,6,7);
  38.     
  39.     EndStronghold();
  40.